Searched defs:prototype (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 144 prototype: any; property in Function
|
| D | ts_manager.cpp | 605 JSHandle<JSObject> prototype = factory_->NewJSObject(phcHandle); in GenerateTSHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 304 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineClassFromExtractor() local 388 JSHandle<JSObject> prototype(thread, ihclass->GetProto()); in DefineClassWithIHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_factory_test.cpp | 92 auto *prototype = cls->GetPrototype().GetTaggedObject(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 569 JSMutableHandle<JSTaggedValue> prototype(thread, JSTaggedValue::Undefined()); in GetInstanceJSHClass() local 608 JSHandle<JSTaggedValue> prototype(thread, derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
|
| D | object_factory.cpp | 380 … 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/ |
| D | containers_private.cpp | 168 …> 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/ |
| D | builtins.cpp | 1195 void Builtins::InitializeCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in InitializeCtor() 2684 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor() 2695 … const 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/ |
| D | runtime_impl.cpp | 365 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1166 …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/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|