/external/v8/src/ |
D | harmony-array.js | 17 var array = ToObject(this); 32 thisArg = ToObject(thisArg); 52 var array = ToObject(this); 67 thisArg = ToObject(thisArg); 87 var array = ToObject(this);
|
D | array.js | 198 var e_obj = ToObject(e); 348 array = ToObject(this); 359 var array = ToObject(this); 471 var array = ToObject(this); 1122 var array = ToObject(this); 1131 receiver = ToObject(receiver); 1158 var array = ToObject(this); 1167 receiver = ToObject(receiver); 1189 var array = ToObject(this); 1198 receiver = ToObject(receiver); [all …]
|
D | v8natives.js | 222 return "[object " + %_ClassOf(ToObject(this)) + "]"; 235 return ToObject(this); 270 return %IsPropertyEnumerable(ToObject(this), P); 288 DefineOwnProperty(ToObject(receiver), ToName(name), desc, false); 297 return %LookupAccessor(ToObject(receiver), ToName(name), GETTER); 314 DefineOwnProperty(ToObject(receiver), ToName(name), desc, false); 323 return %LookupAccessor(ToObject(receiver), ToName(name), SETTER); 646 var props = %GetOwnProperty(ToObject(obj), p); 688 var current_array = %GetOwnProperty(ToObject(obj), ToName(p)); 690 var extensible = %IsExtensible(ToObject(obj)); [all …]
|
D | array-iterator.js | 28 var object = ToObject(array); 51 var iterator = ToObject(this);
|
D | weak-collection.js | 26 iter = GetIterator(ToObject(iterable)); 142 iter = GetIterator(ToObject(iterable));
|
D | collection.js | 26 iter = GetIterator(ToObject(iterable)); 157 iter = GetIterator(ToObject(iterable));
|
D | string-iterator.js | 39 var iterator = ToObject(this);
|
D | runtime.js | 318 return %DeleteProperty(%ToObject(this), %ToName(key), strict); 452 return %ToObject(this); 547 function ToObject(x) { class
|
D | i18n.js | 281 options = ToObject(options); 742 var o = ToObject(locales); 954 return initializeCollator(ToObject(this), locales, options); 1181 return initializeNumberFormat(ToObject(this), locales, options); 1574 return initializeDateTimeFormat(ToObject(this), locales, options); 1780 return initializeBreakIterator(ToObject(this), locales, options);
|
D | execution.h | 81 MUST_USE_RESULT static MaybeHandle<Object> ToObject(
|
D | execution.cc | 137 isolate, receiver, ToObject(isolate, receiver), Object); in Call() 511 MaybeHandle<Object> Execution::ToObject( in ToObject() function in v8::internal::Execution
|
D | macros.py | 167 macro TO_OBJECT_INLINE(arg) = (IS_SPEC_OBJECT(%IS_VAR(arg)) ? arg : ToObject(arg));
|
D | date.js | 718 var o = ToObject(this);
|
D | json-stringifier.h | 246 Object::ToObject(isolate, factory_->empty_string()).ToHandleChecked()); in BasicJsonStringifier()
|
D | api.cc | 2607 Local<v8::Object> Value::ToObject() const { in ToObject() function in v8::Value 2617 has_pending_exception = !i::Execution::ToObject( in ToObject() 5612 i::Object::ToObject(i_isolate, number).ToHandleChecked(); in New() 5635 i::Object::ToObject(isolate, boolean).ToHandleChecked(); in New() 5655 i::Object::ToObject(isolate, string).ToHandleChecked(); in New() 5674 i::Handle<i::Object> obj = i::Object::ToObject( in New()
|
D | d8.cc | 368 int index = data->RealmFind(args[0]->ToObject()->CreationContext()); in RealmOwner()
|
D | objects-inl.h | 1094 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate, in ToObject() function 1096 return ToObject( in ToObject()
|
D | runtime.cc | 659 return *Object::ToObject(isolate, symbol).ToHandleChecked(); in RUNTIME_FUNCTION() 6942 return *Object::ToObject(isolate, value).ToHandleChecked(); in RUNTIME_FUNCTION() 9083 Object::ToObject(isolate, args.at<Object>(0)); in RUNTIME_FUNCTION() 11539 if (!Object::ToObject(isolate, receiver, native_context) in RUNTIME_FUNCTION()
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 269 …v8Context->Global()->GetPrototype()->ToObject(v8Context).ToLocalChecked()->SetAlignedPointerInInte… in JS_InitialRuntime() 272 …Context->Global()->GetPrototype()->ToObject(v8Context).ToLocalChecked(), v8Context->Global()->GetP… in JS_InitialRuntime() 391 …pObjDef->m_pConstructor(pJSContext, obj, context->Global()->GetPrototype()->ToObject(context).ToLo… in JS_NewFxDynamicObj() 424 return context->Global()->GetPrototype()->ToObject(context).ToLocalChecked(); in JS_GetThisObj() 532 …pPrivateData = (CJS_PrivateData*)v->ToObject(context).ToLocalChecked()->GetAlignedPointerFromInter… in JS_GetPrivate() 713 if (pList->ToObject(context).ToLocal(&obj)) in JS_GetListValue() 747 return pValue->ToObject(context).ToLocalChecked(); in JS_ToObject() 762 return v8::Local<v8::Array>::Cast(pValue->ToObject(context).ToLocalChecked()); in JS_ToArray() 999 v8::Local<v8::Object> o = v->ToObject(context).ToLocalChecked(); in JS_DateParse()
|
/external/skia/experimental/SkV8Example/ |
D | DrawingMethods.cpp | 105 args[0]->ToObject()->GetInternalField(0)); in DrawPath()
|
/external/v8/src/compiler/ |
D | js-operator.h | 109 const Operator* ToObject() { UNOP(JSToObject); } in ToObject() function
|
D | ast-graph-builder.cc | 641 obj = NewNode(javascript()->ToObject(), obj); in VisitForInStatement()
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 926 env->Global()->Get(v8_str("parsed"))->ToObject(); in TEST() 984 parsed_snapshot->Get(v8_str("nodes"))->ToObject(); in TEST() 989 parsed_snapshot->Get(v8_str("strings"))->ToObject(); in TEST() 1976 cHandle->ToObject()->SetHiddenValue(v8_str("key"), v8_str("val")); in TEST()
|
D | test-api.cc | 4274 CHECK(try_catch.Exception()->ToObject()-> in TEST() 4898 Local<Value> to_object_result = v8::Undefined(isolate)->ToObject(); in THREADED_TEST() 6213 CHECK(result->ToObject()->HasRealIndexedProperty(2000)); in THREADED_TEST() 13348 CHECK(p->IsObject() && p->ToObject()->GetConstructorName()->Equals( in THREADED_TEST() 13352 CHECK(c->IsObject() && c->ToObject()->GetConstructorName()->Equals( in THREADED_TEST() 13356 CHECK(x->IsObject() && x->ToObject()->GetConstructorName()->Equals( in THREADED_TEST() 20212 Handle<Object> object = value->ToObject(); in TEST() 20504 proxy_object->GetPrototype()->ToObject(); in THREADED_TEST() 20548 object_with_hidden->GetPrototype()->ToObject()->GetPrototype())); in THREADED_TEST() 20584 CHECK(expected_receiver->Equals(result->ToObject()->Get(1))); in TestReceiver() [all …]
|
D | test-heap.cc | 2207 CHECK_EQ(4, res->ToObject()->GetRealNamedProperty(v8_str("x"))->Int32Value()); in TEST() 4157 garbage.Reset(isolate, CompileRun(source)->ToObject()); in CheckWeakness()
|