Searched refs:FunctionConstructor (Results 1 – 6 of 6) sorted by relevance
32 AssertType(Function, "FunctionConstructor");
26 static JSTaggedValue FunctionConstructor(EcmaRuntimeCallInfo *argv);
28 JSTaggedValue BuiltinsFunction::FunctionConstructor(EcmaRuntimeCallInfo *argv) in FunctionConstructor() function in panda::ecmascript::builtins::BuiltinsFunction
491 factory_->NewJSFunctionByHClass(reinterpret_cast<void *>(Function::FunctionConstructor), in InitializeFunction()
935 …ctory->NewMethodForNativeFunction(reinterpret_cast<void *>(BuiltinsFunction::FunctionConstructor)); in HWTEST_F_L0()
203 reinterpret_cast<uintptr_t>(Function::FunctionConstructor),