Home
last modified time | relevance | path

Searched refs:NORMAL_FUNCTION (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function_kind.h23 NORMAL_FUNCTION = 0, member in panda::ecmascript::FunctionKind
H A Djs_function.h163 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 Dobject_factory.h205 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 Decma_vm.cpp732 method->SetFunctionKind(FunctionKind::NORMAL_FUNCTION); in GenerateInternalNativeMethods()
H A Dobject_factory.cpp700 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 Dliteral_data_extractor.cpp75 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 Djs_pandafile.cpp357 kind = FunctionKind::NORMAL_FUNCTION; in GetFunctionKind()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp69 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 Dbuiltins.cpp239 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 Djit.cpp305 case FunctionKind::NORMAL_FUNCTION: in SupportJIT()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp1241 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 Dcontainers_private.cpp212 FunctionKind::NORMAL_FUNCTION, builtinId); in NewFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp922 static_cast<int64_t>(FunctionKind::NORMAL_FUNCTION), static_cast<int64_t>(FunctionKind::ARROW_FUNCTION) }; in LoadHClassFromMethod()
H A Dstub_builder-inl.h3411 Int32(static_cast<int32_t>(FunctionKind::NORMAL_FUNCTION))); in HasAccessor()

Completed in 47 milliseconds