Home
last modified time | relevance | path

Searched refs:BUILTIN_PROXY_CONSTRUCTOR (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function_kind.h43 BUILTIN_PROXY_CONSTRUCTOR, member in panda::ecmascript::FunctionKind
H A Djs_function.h274 return kind >= FunctionKind::BUILTIN_PROXY_CONSTRUCTOR && kind <= FunctionKind::BUILTIN_CONSTRUCTOR; in IsBuiltinConstructor()
280 (kind != FunctionKind::BUILTIN_PROXY_CONSTRUCTOR); in HasPrototype()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3402 .And(Int32NotEqual(kind, Int32(static_cast<int32_t>(FunctionKind::BUILTIN_PROXY_CONSTRUCTOR)))) in HasPrototype()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp1041 factory_->NewJSFunction(env, reinterpret_cast<void *>(ctorFunc), FunctionKind::BUILTIN_PROXY_CONSTRUCTOR, in InitializeExoticConstructor()

Completed in 17 milliseconds