Home
last modified time | relevance | path

Searched refs:CreateJSFunctionInLiteral (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.h67 …static JSHandle<JSFunction> CreateJSFunctionInLiteral(EcmaVM *vm, JSHandle<Method> method, Functio…
Dliteral_data_extractor.cpp235 JSHandle<JSFunction> LiteralDataExtractor::CreateJSFunctionInLiteral(EcmaVM *vm, JSHandle<Method> m… in CreateJSFunctionInLiteral() function in panda::ecmascript::LiteralDataExtractor
309 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral()