Searched defs:funcTemp (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 586 … const JSHandle<FunctionTemplate> &funcTemp, in CreateJSFunctionFromTemplate() 886 … const JSHandle<FunctionTemplate> &funcTemp, in CreateSFunctionFromTemplate() 1085 auto funcTemp = JSHandle<FunctionTemplate>(thread, getter); in UpdateAccessorFunction() local 1092 auto funcTemp = JSHandle<FunctionTemplate>(thread, setter); in UpdateAccessorFunction() local
|
| D | literal_data_extractor.cpp | 277 JSHandle<FunctionTemplate> funcTemp; in DefineFunctionTemplate() local 616 … JSHandle<FunctionTemplate> funcTemp = DefineFunctionTemplate(thread, jsPandaFile, methodId, in GetDatasIgnoreType() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 259 auto funcTemp = FunctionTemplate::Cast(obj); in UpdateJSFunction() local 291 auto funcTemp = FunctionTemplate::Cast(obj); in UpdateModuleForColdPatch() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 932 …JSHandle<FunctionTemplate> funcTemp = factory->NewFunctionTemplate(methodHandle, handleUndefined, … in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 694 …Handle<JSFunction> ObjectFactory::CreateJSFunctionFromTemplate(JSHandle<FunctionTemplate> funcTemp) in CreateJSFunctionFromTemplate() 717 JSHandle<JSFunction> ObjectFactory::CreateSFunctionFromTemplate(JSHandle<FunctionTemplate> funcTemp) in CreateSFunctionFromTemplate() 4953 JSHandle<FunctionTemplate> funcTemp(thread_, header); in NewFunctionTemplate() local
|