/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_deopt/ |
D | ts_inline_accessor_deopt.ts | 43 let prototype = Person.prototype; variable
|
/arkcompiler/ets_runtime/test/fuzztest/objectrefsetprototype_fuzzer/ |
D | objectrefsetprototype_fuzzer.cpp | 33 Local<ObjectRef> prototype = object->GetPrototype(vm_); in ObjectRefSetPrototypeFuzzTest() local
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
D | prototype_assignment.ts | 50 prototype: number; property in Y
|
/arkcompiler/ets_frontend/ets2panda/linter/test/ |
D | prototype_assignment.ts | 50 prototype: number; property in Y
|
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
D | pgo_type_parser.cpp | 95 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in GenerateHClass() local 179 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in GenerateHClass() local 215 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in CreatePGOType() local 226 … JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in CreatePGOType() local
|
/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 | 780 JSMutableHandle<JSTaggedValue> prototype(thread, JSTaggedValue::Undefined()); in GetInstanceJSHClass() local 819 JSHandle<JSTaggedValue> prototype(thread, derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
|
D | object_factory.cpp | 402 … ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype) in NewEcmaHClass() 409 const JSHandle<JSTaggedValue> &prototype) in NewEcmaHClass() 1563 const JSHandle<JSTaggedValue> &prototype) in CreateFunctionClass() 4884 … const JSHandle<JSTaggedValue> &prototype) in CreateSFunctionClassWithoutProto()
|
/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/compiler/ |
D | ts_hclass_generator.cpp | 82 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in Generate() local
|
D | typed_bytecode_lowering.cpp | 518 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in LowerTypedLdObjByName() local 625 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in LowerTypedStObjByName() local 912 …GateRef prototype = builder_.GetGlobalEnvObj(builder_.GetGlobalEnv(), static_cast<size_t>(*protoFi… in TryLowerTypedLdObjByNameForBuiltinMethod() local
|
D | typed_hcr_lowering.cpp | 1695 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), expectedReceiverHC, JSHClass::PR… in LowerPrototypeCheck() local 2659 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), hclass, JSHClass::PROTOTYPE_OFFS… in LowerProtoChangeMarkerCheck() local 2682 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in LowerMonoLoadPropertyOnProto() local 2723 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in LowerMonoCallGetterOnProto() local 2815 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in LowerMonoStorePropertyLookUpProto() local 2882 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in LowerMonoStoreProperty() local
|
D | hcr_circuit_builder.h | 212 void CircuitBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype()
|
D | number_speculative_lowering.cpp | 1002 …auto prototype = builder_.LoadConstOffset(VariableType::JS_ANY(), receiverHC, JSHClass::PROTOTYPE_… in VisitLoadPropertyOnProto() local
|
D | stub_builder.cpp | 2340 GateRef prototype = GetPrototypeFromHClass(oldHClass); in StoreWithTransition() local 3278 GateRef prototype = GetPrototypeFromHClass(oldHClass); in FindTransitions() local 3313 GateRef prototype = GetPrototypeFromHClass(oldHClass); in FindTransitions() local 6476 GateRef prototype = GetPrototypeFromHClass(LoadHClass(obj)); in IsEnumCacheWithProtoChainInfoValid() local
|
D | mcr_circuit_builder.cpp | 1288 GateRef prototype = GetPrototypeFromHClass(hclass); in IsEnumCacheValid() local
|
D | stub_builder-inl.h | 1068 inline void StubBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 378 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineClassFromExtractor() local 467 JSHandle<JSObject> prototype; in DefineClassWithIHClass() local 679 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineSendableClassFromExtractor() 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 775 JSHandle<JSObject> prototype = factory->NewEmptyJSObject(); in InitializeVector() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.cpp | 1322 void Builtins::InitializeCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in InitializeCtor() 2638 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor() 2649 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor() 3099 …> Builtins::NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in NewIntlConstructor() 3765 JSHandle<JSObject> prototype(thread_, protoHClass->GetProto()); in InitializeSCtor() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | runtime_impl.cpp | 384 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 1773 …JSHandle<JSTaggedValue> prototype(thread, JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedVal… in GetPrototype() local 1778 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() 2291 JSHandle<JSTaggedValue> prototype(thread, JSHandle<JSFunction>(func)->GetFunctionPrototype()); in GetFunctionPrototype() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_array_stub_builder.cpp | 1097 GateRef prototype = GetGlobalEnvValue(VariableType::JS_POINTER(), glueGlobalEnv, in Values() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | ffi_workload.cpp | 5364 Local<ObjectRef> prototype = object->GetPrototype(vm_); in HWTEST_F_L0() 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
|