Searched refs:NORMAL_FUNCTION (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_function_kind.h | 23 NORMAL_FUNCTION = 0, member in panda::ecmascript::FunctionKind
|
H A D | js_function.h | 163 FunctionKind kind = FunctionKind::NORMAL_FUNCTION); 290 return kind >= FunctionKind::NORMAL_FUNCTION && kind <= FunctionKind::ASYNC_FUNCTION; in HasAccessor() 342 FunctionKind kind = FunctionKind::NORMAL_FUNCTION); 344 FunctionKind kind = FunctionKind::NORMAL_FUNCTION);
|
H A D | object_factory.h | 205 JSHandle<Method> NewMethodForNativeFunction(const void *func, FunctionKind kind = FunctionKind::NORMAL_FUNCTION, 235 FunctionKind kind = FunctionKind::NORMAL_FUNCTION, 240 FunctionKind kind = FunctionKind::NORMAL_FUNCTION, 549 FunctionKind kind = FunctionKind::NORMAL_FUNCTION); 551 const JSHandle<JSHClass> &clazz, FunctionKind kind = FunctionKind::NORMAL_FUNCTION); 769 JSHandle<Method> NewSMethodForNativeFunction(const void *func, FunctionKind kind = FunctionKind::NORMAL_FUNCTION,
|
H A D | ecma_vm.cpp | 732 method->SetFunctionKind(FunctionKind::NORMAL_FUNCTION); in GenerateInternalNativeMethods()
|
H A D | object_factory.cpp | 700 if (kind == FunctionKind::NORMAL_FUNCTION || in CreateJSFunctionFromTemplate() 723 if (kind == FunctionKind::NORMAL_FUNCTION || in CreateSFunctionFromTemplate() 4974 case FunctionKind::NORMAL_FUNCTION: in NewJSFunction()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | literal_data_extractor.cpp | 75 kind = FunctionKind::NORMAL_FUNCTION; in ExtractObjectDatas() 185 kind = FunctionKind::NORMAL_FUNCTION; in EnumerateLiteralVals() 296 if (kind == FunctionKind::NORMAL_FUNCTION || in CreateJSFunctionInLiteral() 307 if (kind == FunctionKind::NORMAL_FUNCTION || in CreateJSFunctionInLiteral() 449 kind = FunctionKind::NORMAL_FUNCTION; in ExtractObjectDatas() 584 kind = FunctionKind::NORMAL_FUNCTION; in GetDatasIgnoreType()
|
H A D | js_pandafile.cpp | 357 kind = FunctionKind::NORMAL_FUNCTION; in GetFunctionKind()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | shared_builtins.cpp | 69 FunctionKind::NORMAL_FUNCTION); in InitializeSObjectAndSFunction() 795 hclass, FunctionKind::NORMAL_FUNCTION, builtinId, MemSpaceType::SHARED_NON_MOVABLE); in NewSFunction() 842 FunctionKind::NORMAL_FUNCTION); in SharedStrictModeForbiddenAccessCallerArguments()
|
H A D | builtins.cpp | 239 factory_->CreateFunctionClass(FunctionKind::NORMAL_FUNCTION, JSAsyncAwaitStatusFunction::SIZE, in Initialize() 272 functionClass = factory_->CreateFunctionClass(FunctionKind::NORMAL_FUNCTION, JSFunction::SIZE, JSType::JS_FUNCTION, in Initialize() 688 factory_->CreateFunctionClass(FunctionKind::NORMAL_FUNCTION, JSIntlBoundFunction::SIZE, in InitializeFunction() 2766 FunctionKind::NORMAL_FUNCTION, builtinId, methodSpaceType); in NewFunction() 2858 FunctionKind::NORMAL_FUNCTION, builtinId); in SetAndReturnFunctionAtSymbol() 2980 FunctionKind::NORMAL_FUNCTION, builtinId); in SetFuncToObjAndGlobal()
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.cpp | 305 case FunctionKind::NORMAL_FUNCTION: in SupportJIT()
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
H A D | serializer_test.cpp | 1241 JSHandle<JSFunction> function = factory->NewJSFunction(env, nullptr, FunctionKind::NORMAL_FUNCTION); in HWTEST_F_L0() 1802 JSHandle<JSFunction> function = factory->NewJSFunction(env, nullptr, FunctionKind::NORMAL_FUNCTION); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_private.cpp | 212 FunctionKind::NORMAL_FUNCTION, builtinId); in NewFunction()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 922 static_cast<int64_t>(FunctionKind::NORMAL_FUNCTION), static_cast<int64_t>(FunctionKind::ARROW_FUNCTION) };
in LoadHClassFromMethod()
|
H A D | stub_builder-inl.h | 3411 Int32(static_cast<int32_t>(FunctionKind::NORMAL_FUNCTION))); in HasAccessor()
|
Completed in 47 milliseconds