Home
last modified time | relevance | path

Searched defs:prototype (Results 1 - 25 of 125) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DaugmentedClassWithPrototypePropertyOnModule.js4 var prototype; // This should be error since prototype would be static property on class m variable
H A DdeclarationEmitForModuleImportingModuleAugmentationRetainsImport.js
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_set_prototoype_of.js75 var prototype = []; variable
135 var prototype = [2,3]; variable
/arkcompiler/ets_runtime/test/fuzztest/objectrefsetprototype_fuzzer/
H A Dobjectrefsetprototype_fuzzer.cpp33 Local<ObjectRef> prototype = object->GetPrototype(vm_); in ObjectRefSetPrototypeFuzzTest() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-forin.cc70 Handle<Object> prototype; in HasEnumerableProperty() local
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.cc85 const MessageLite* prototype = table.default_instance(); in ParseExtension() local
H A Dgenerated_message_table_driven.cc81 const Message* prototype = in ParseExtension() local
H A Drepeated_field.cc108 MessageLite* RepeatedPtrFieldBase::AddWeak(const MessageLite* prototype) { in AddWeak() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp101 JSHandle<JSTaggedValue> prototype = JSHandle<JSTaggedValue>(emptyLayout); in HWTEST_F_L0() local
H A Dobject_factory_test.cpp68 auto *prototype = cls->GetPrototype().GetTaggedObject(); in HWTEST_F_L0() local
/third_party/node/deps/v8/src/objects/
H A Dprototype-inl.h98 HeapObject prototype = map.prototype(); in AdvanceIgnoringProxies() local
H A Dlookup-inl.h278 HeapObject prototype = in GetStoreTarget() local
/third_party/skia/src/sksl/dsl/
H A DDSLFunction.cpp87 const SkSL::FunctionPrototype& prototype = last.as<SkSL::FunctionPrototype>(); in define() local
/third_party/node/deps/v8/src/ic/
H A Dcall-optimization.cc91 Object prototype = object.map().prototype(); in IsCompatibleReceiverMap() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumnGroup.java36 of( Column<T> prototype, Function<String, K> parseFn) of() argument
42 byRegion( Column<T> prototype) byRegion() argument
48 byLanguage( Column<T> prototype) byLanguage() argument
54 abstract Column<T> prototype(); prototype() method in ColumnGroup
[all...]
/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc135 TestAllTypesProto3 prototype; in ExpectParseFailure() local
160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
170 RunValidTextFormatTestWithMessage( const string& test_name, ConformanceLevel level, const string& input_text, const Message& prototype) RunValidTextFormatTestWithMessage() argument
318 TestAllTypesProto3 prototype; RunSuiteImpl() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaLite.java44 boolean hasExtensions(MessageLite prototype) { in hasExtensions() argument
H A DExtensionSchema.java39 abstract boolean hasExtensions(MessageLite prototype); in hasExtensions() argument
H A DExtensionSchemaFull.java57 boolean hasExtensions(MessageLite prototype) { in hasExtensions() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_parser.cpp90 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClass() local
176 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClass() local
246 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClassForClassType() local
263 JSHandle<JSObject> prototype = thread->GetEcmaVM()->GetFactory()->NewJSObjectWithInit(phclass); in GenerateHClassForPrototype() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java81 Object register(ULocale loc, Object prototype); in register() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleCollationTest.java84 Object register(ULocale loc, Object prototype); in register() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc144 Handle<Object> prototype; in ObjectLookupAccessor() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sendable_tests.cpp180 auto prototype = JSTaggedValue::GetProperty( in HWTEST_F_L0() local
191 Local<ObjectRef> prototype = constructor->GetFunctionPrototype(vm_); in HWTEST_F_L0() local
225 Local<ObjectRef> prototype = constructor->GetFunctionPrototype(vm_); HWTEST_F_L0() local
276 Local<ObjectRef> prototype = obj->GetPrototype(vm_); HWTEST_F_L0() local
319 Local<ObjectRef> prototype = obj->GetPrototype(vm_); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp155 auto prototype = vm->GetGlobalEnv()->GetObjectFunctionPrototype(); in MergeObjectLiteralHClassCache() local

Completed in 12 milliseconds

12345