Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts144 prototype: any; property in Function
Dts_manager.cpp605 JSHandle<JSObject> prototype = factory_->NewJSObject(phcHandle); in GenerateTSHClass() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp304 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineClassFromExtractor() local
388 JSHandle<JSObject> prototype(thread, ihclass->GetProto()); in DefineClassWithIHClass() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp92 auto *prototype = cls->GetPrototype().GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp569 JSMutableHandle<JSTaggedValue> prototype(thread, JSTaggedValue::Undefined()); in GetInstanceJSHClass() local
608 JSHandle<JSTaggedValue> prototype(thread, derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
Dobject_factory.cpp380 … ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype) in NewEcmaHClass()
1411 const JSHandle<JSTaggedValue> &prototype) in CreateFunctionClass()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp168 …> ContainersPrivate::NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype, in NewContainerConstructor()
277 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); in InitializeArrayList() local
770 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); in InitializeVector() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1195 void Builtins::InitializeCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in InitializeCtor()
2684const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor()
2695const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor()
3068 …> Builtins::NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in NewIntlConstructor()
3077 …d Builtins::InitializeIntlCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in InitializeIntlCtor()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp365 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1166 …JSHandle<JSTaggedValue> prototype(thread, JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedVal… in GetPrototype() local
1351 JSHandle<JSTaggedValue> prototype(thread, JSHandle<JSFunction>(func)->GetFunctionPrototype()); in GetFunctionPrototype() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property