Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeGuardOfFormInstanceOfOnInterface.ts34 prototype: C2; property
38 prototype: D1; property
DtypeGuardOfFormIsTypeOnInterfaces.ts28 prototype: C2; property
32 prototype: D1; property
DoverrideInterfaceProperty.ts27 readonly prototype: Mup<any, any>; property
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_deopt/
Dts_inline_accessor_deopt.ts43 let prototype = Person.prototype; variable
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator.cpp123 JSObject *prototype = JSObject::Cast(ihcHandle->GetProto()); in FillTSInheritInfo() local
225 JSHandle<JSTaggedValue> prototype(thread, oldHClass->GetPrototype()); in TryMaintainTSSubtyping() local
Djs_function.cpp668 JSMutableHandle<JSTaggedValue> prototype(thread, JSTaggedValue::Undefined()); in GetInstanceJSHClass() local
707 JSHandle<JSTaggedValue> prototype(thread, derived->GetProtoOrHClass()); in GetOrCreateDerivedJSHClass() local
Dobject_factory.cpp388 … ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, const JSHandle<JSTaggedValue> &prototype, in NewEcmaHClass()
1437 const JSHandle<JSTaggedValue> &prototype, in CreateFunctionClass()
Djs_object.cpp1216 JSTaggedValue JSObject::GetCtorFromPrototype(JSThread *thread, JSTaggedValue prototype) in GetCtorFromPrototype()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp144 auto prototype = ctorFunction->GetProtoOrHClass(); in ProfileDefineClass() local
260 auto prototype = hclass->GetProto(); in ProfileObjLayout() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp92 auto *prototype = cls->GetPrototype().GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp343 JSHandle<JSObject> prototype = factory->NewOldSpaceJSObject(prototypeHClass); in DefineClassFromExtractor() local
430 JSHandle<JSObject> prototype(thread, ihclass->GetProto()); in DefineClassWithIHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp138 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObject(phclass); in Generate() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp169 …> 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/
Dbuiltins.cpp388 #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()
2927const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor()
2938const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor()
3316 …> Builtins::NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, in NewIntlConstructor()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp416 Local<JSValueRef> prototype = Local<FunctionRef>(value)->GetFunctionPrototype(vm_); in GetProtoOrProtoType() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1515 …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/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument