Home
last modified time | relevance | path

Searched defs:funcTemp (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp277 JSHandle<FunctionTemplate> funcTemp; in DefineFunctionTemplate() local
H A Dclass_info_extractor.cpp1116 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 Ddump_test.cpp989 JSHandle<FunctionTemplate> funcTemp = factory->NewFunctionTemplate(methodHandle, handleUndefined, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp694 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