Searched defs:funcTemp (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 589 … const JSHandle<FunctionTemplate> &funcTemp, in CreateJSFunctionFromTemplate() 929 … const JSHandle<FunctionTemplate> &funcTemp, in CreateSFunctionFromTemplate() 1163 auto funcTemp = JSHandle<FunctionTemplate>(thread, getter); in UpdateAccessorFunction() local 1170 auto funcTemp = JSHandle<FunctionTemplate>(thread, setter); in UpdateAccessorFunction() local
|
| D | literal_data_extractor.cpp | 278 JSHandle<FunctionTemplate> funcTemp; in DefineFunctionTemplate() local 620 … JSHandle<FunctionTemplate> funcTemp = DefineFunctionTemplate(thread, jsPandaFile, methodId, in GetDatasIgnoreType() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 269 auto funcTemp = FunctionTemplate::Cast(obj); in UpdateJSFunction() local 307 auto funcTemp = FunctionTemplate::Cast(obj); in UpdateModuleForColdPatch() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 989 …JSHandle<FunctionTemplate> funcTemp = factory->NewFunctionTemplate(methodHandle, handleUndefined, … in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 693 …Handle<JSFunction> ObjectFactory::CreateJSFunctionFromTemplate(JSHandle<FunctionTemplate> funcTemp) in CreateJSFunctionFromTemplate() 716 JSHandle<JSFunction> ObjectFactory::CreateSFunctionFromTemplate(JSHandle<FunctionTemplate> funcTemp) in CreateSFunctionFromTemplate() 5155 JSHandle<FunctionTemplate> funcTemp(thread_, header); in NewFunctionTemplate() local
|