toAPI            4538 core/AvmCore.cpp 			return toAPI(core, mark-ApiUtils::MIN_API_MARK);
toAPI            1607 core/AvmCore.h 		static API toAPI(AvmCore* core, uint32_t v);
toAPI             378 shell/ShellCore.cpp 		this->setActiveAPI(ApiUtils::toAPI(this, this->defaultAPIVersion));
toAPI             164 shell/ShellCore.h 		inline int32_t getDefaultAPI() { return ApiUtils::toAPI(this, defaultAPIVersion); }