HomeSort by relevance Sort by last modified time
    Searched defs:ToObject (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
property-descriptor.cc 124 Handle<Object> PropertyDescriptor::ToObject(Isolate* isolate) {
objects-inl.h     [all...]
api.cc     [all...]
objects.cc 108 MaybeHandle<JSReceiver> Object::ToObject(Isolate* isolate,
141 return Object::ToObject(isolate, object);
379 // This is the only case where Object::ToObject throws.
387 receiver = Object::ToObject(isolate, input, isolate->native_context())
    [all...]
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 266 Node* IntrinsicsHelper::ToObject(Node* input, Node* arg_count, Node* context) {
267 return IntrinsicAsStubCall(input, context, CodeFactory::ToObject(isolate()));
  /external/v8/src/runtime/
runtime-atomics.cc 169 inline Object* ToObject(Isolate* isolate, int8_t t) { return Smi::FromInt(t); }
171 inline Object* ToObject(Isolate* isolate, uint8_t t) { return Smi::FromInt(t); }
173 inline Object* ToObject(Isolate* isolate, int16_t t) { return Smi::FromInt(t); }
175 inline Object* ToObject(Isolate* isolate, uint16_t t) {
180 inline Object* ToObject(Isolate* isolate, int32_t t) {
185 inline Object* ToObject(Isolate* isolate, uint32_t t) {
197 return ToObject(isolate, result);
206 return ToObject(isolate, result);
215 return ToObject(isolate, result);
224 return ToObject(isolate, result)
    [all...]
  /external/pdfium/fxjs/
fxjs_v8.cpp 402 ->ToObject(v8Context)
407 ->ToObject(v8Context)
444 context->Global()->GetPrototype()->ToObject(context).ToLocalChecked();
536 return context->Global()->GetPrototype()->ToObject(context).ToLocalChecked();
566 v->ToObject(context).ToLocalChecked());
718 v8::Local<v8::Object> CFXJS_Engine::ToObject(v8::Local<v8::Value> pValue) {
722 return pValue->ToObject(context).ToLocalChecked();
729 return v8::Local<v8::Array>::Cast(pValue->ToObject(context).ToLocalChecked());
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.cpp 112 CXFA_Object* CXFA_ScriptContext::ToObject(CFXJSE_Value* pValue,
179 CXFA_Object* lpOrginalNode = ToObject(pObject, nullptr);
233 CXFA_Object* pOriginalObject = ToObject(pObject, nullptr);
286 CXFA_Object* pOriginalObject = ToObject(pOriginalValue, nullptr);
331 CXFA_Object* pOriginalObject = ToObject(pOriginalValue, nullptr);
381 CXFA_Object* pObject = ToObject(pOriginalValue, nullptr);
403 CXFA_Object* pObject = ToObject(pOriginalValue, nullptr);
420 CXFA_Object* pObject = ToObject(pThis, nullptr);
655 rndFind.m_Nodes.SetAt(0, ToObject(pValue.get(), nullptr));
  /external/v8/src/compiler/
typer.cc 271 static Type* ToObject(Type*, Typer*);
485 Type* Typer::Visitor::ToObject(Type* type, Typer* t) {
486 // ES6 section 7.1.13 ToObject ( argument )
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 618 milliseconds