Searched defs:funcTemp (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | literal_data_extractor.cpp | 277 JSHandle<FunctionTemplate> funcTemp; in DefineFunctionTemplate() local
|
| H A D | class_info_extractor.cpp | 1116 auto funcTemp = JSHandle<FunctionTemplate>(thread, getter); in UpdateAccessorFunction() local 1123 auto funcTemp = JSHandle<FunctionTemplate>(thread, setter); in UpdateAccessorFunction() local 584 CreateJSFunctionFromTemplate(JSThread *thread, const JSHandle<FunctionTemplate> &funcTemp, const JSHandle<JSObject> &homeObject, const JSHandle<JSTaggedValue> &lexenv) CreateJSFunctionFromTemplate() argument 916 CreateSFunctionFromTemplate(JSThread *thread, const JSHandle<FunctionTemplate> &funcTemp, const JSHandle<JSObject> &homeObject, const JSHandle<JSTaggedValue> &lexenv) CreateSFunctionFromTemplate() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | dump_test.cpp | 989 JSHandle<FunctionTemplate> funcTemp = factory->NewFunctionTemplate(methodHandle, handleUndefined, 0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 694 JSHandle<JSFunction> ObjectFactory::CreateJSFunctionFromTemplate(JSHandle<FunctionTemplate> funcTemp) in CreateJSFunctionFromTemplate() argument 717 JSHandle<JSFunction> ObjectFactory::CreateSFunctionFromTemplate(JSHandle<FunctionTemplate> funcTemp) in CreateSFunctionFromTemplate() argument [all...] |
Completed in 11 milliseconds