Searched refs:CreateJSFunctionInLiteral (Results 1 – 2 of 2) sorted by relevance
67 …static JSHandle<JSFunction> CreateJSFunctionInLiteral(EcmaVM *vm, JSHandle<Method> method, Functio…
235 JSHandle<JSFunction> LiteralDataExtractor::CreateJSFunctionInLiteral(EcmaVM *vm, JSHandle<Method> m… in CreateJSFunctionInLiteral() function in panda::ecmascript::LiteralDataExtractor309 JSHandle<JSFunction> jsFunc = CreateJSFunctionInLiteral(vm, method, kind, classKind); in DefineMethodInLiteral()