/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | typeGuardOfFormInstanceOfOnInterface.ts | 34 prototype: C2; property 38 prototype: D1; property
|
D | typeGuardOfFormIsTypeOnInterfaces.ts | 28 prototype: C2; property 32 prototype: D1; property
|
D | overrideInterfaceProperty.ts | 27 readonly prototype: Mup<any, any>; property
|
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_deopt/ |
D | ts_inline_accessor_deopt.ts | 43 let prototype = Person.prototype; variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | subtyping_operator.cpp | 123 JSObject *prototype = JSObject::Cast(ihcHandle->GetProto()); in FillTSInheritInfo() local 225 JSHandle<JSTaggedValue> prototype(thread, oldHClass->GetPrototype()); in TryMaintainTSSubtyping() local
|
D | js_function.cpp | 668 JSMutableHandle<JSTaggedValue> prototype(thread, JSTaggedValue::Undefined()); in GetInstanceJSHClass() local 707 JSHandle<JSTaggedValue> prototype(thread, derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
|
D | object_factory.cpp | 388 … ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype, in NewEcmaHClass() 1437 const JSHandle<JSTaggedValue> &prototype, in CreateFunctionClass()
|
D | js_object.cpp | 1216 JSTaggedValue JSObject::GetCtorFromPrototype(JSThread *thread, JSTaggedValue prototype) in GetCtorFromPrototype()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 144 auto prototype = ctorFunction->GetProtoOrHClass(); in ProfileDefineClass() local 260 auto prototype = hclass->GetProto(); in ProfileObjLayout() 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/jspandafile/ |
D | class_info_extractor.cpp | 343 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineClassFromExtractor() local 430 JSHandle<JSObject> prototype(thread, ihclass->GetProto()); in DefineClassWithIHClass() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_hclass_generator.cpp | 138 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in Generate() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_private.cpp | 169 …> ContainersPrivate::NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype, in NewContainerConstructor() 278 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); in InitializeArrayList() local 772 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); in InitializeVector() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.cpp | 388 #define INITIALIZE_FUNCTION_HCLASS_FOR_OPTIMIZED(name, kind, size, type, prototype) \ in InitializeFunctionHclassForOptimized() argument 1279 void Builtins::InitializeCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in InitializeCtor() 2927 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor() 2938 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor() 3316 …> Builtins::NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in NewIntlConstructor()
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 416 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1515 …JSHandle<JSTaggedValue> prototype(thread, JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedVal… in GetPrototype() local 1520 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() 1783 JSHandle<JSTaggedValue> prototype(thread, JSHandle<JSFunction>(func)->GetFunctionPrototype()); in GetFunctionPrototype() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|