/external/v8/src/wasm/ |
D | wasm-module.cc | 287 module->SetInternalField(kWasmMemArrayBuffer, *mem_buffer); in Instantiate() 309 module->SetInternalField(kWasmGlobalsArrayBuffer, *globals_buffer); in Instantiate() 311 module->SetInternalField(kWasmGlobalsArrayBuffer, Smi::FromInt(0)); in Instantiate() 390 module->SetInternalField(kWasmModuleFunctionTable, Smi::FromInt(0)); in Instantiate() 391 module->SetInternalField(kWasmModuleCodeTable, *code_table); in Instantiate()
|
/external/v8/src/runtime/ |
D | runtime-i18n.cc | 330 local_object->SetInternalField(0, reinterpret_cast<Smi*>(date_format)); in RUNTIME_FUNCTION() 425 local_object->SetInternalField(0, reinterpret_cast<Smi*>(number_format)); in RUNTIME_FUNCTION() 531 local_object->SetInternalField(0, reinterpret_cast<Smi*>(collator)); in RUNTIME_FUNCTION() 630 local_object->SetInternalField(0, reinterpret_cast<Smi*>(break_iterator)); in RUNTIME_FUNCTION() 632 local_object->SetInternalField(1, static_cast<Smi*>(nullptr)); in RUNTIME_FUNCTION() 668 break_iterator_holder->SetInternalField(1, reinterpret_cast<Smi*>(u_text)); in RUNTIME_FUNCTION()
|
D | runtime-typedarray.cc | 138 holder->SetInternalField(i, Smi::FromInt(0)); in RUNTIME_FUNCTION() 212 holder->SetInternalField(i, Smi::FromInt(0)); in RUNTIME_FUNCTION() 428 holder->SetInternalField(i, Smi::FromInt(0)); in RUNTIME_FUNCTION()
|
/external/skia/experimental/SkV8Example/ |
D | Path2D.cpp | 41 result->SetInternalField(0, v8::External::New(gGlobal->getIsolate(), this)); in Path2D()
|
D | JsContext.cpp | 54 result->SetInternalField(0, contextPtr); in wrap()
|
D | Path2DBuilder.cpp | 20 args.This()->SetInternalField( in ConstructPath()
|
/external/v8/test/cctest/ |
D | test-api-fast-accessor-builder.cc | 127 obj->SetInternalField(0, v8_str("Hi there!")); in TEST() 128 obj->SetInternalField(1, v8::Integer::New(isolate, 4321)); in TEST()
|
D | test-heap-profiler.cc | 439 global->SetInternalField(0, v8::ToApiHandle<v8::String>(cons_string)); in TEST() 671 global->SetInternalField(0, v8_num(17)); in TEST() 672 global->SetInternalField(1, obj); in TEST()
|
D | test-api.cc | 2305 obj->SetInternalField(0, v8_num(17)); in THREADED_TEST() 2320 global->SetInternalField(0, v8_num(17)); in THREADED_TEST()
|
/external/v8/samples/ |
D | process.cc | 359 result->SetInternalField(0, map_ptr); in WrapMap() 473 result->SetInternalField(0, request_ptr); in WrapRequest()
|
/external/pdfium/xfa/src/fxjse/src/ |
D | dynprop.cpp | 61 hCallBackInfo->SetInternalField( in FXJSE_DynPropGetterAdapter() 175 hCallBackInfo->SetInternalField(1, hPropName); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 1801 function->SetInternalField(0, *module_object); in CompileJSToWasmWrapper()
|
/external/v8/src/ |
D | factory.cc | 1403 external->SetInternalField(0, *foreign); in NewExternal()
|
D | api.cc | 5323 void v8::Object::SetInternalField(int index, v8::Local<Value> value) { in SetInternalField() function in v8::v8::Object 5328 i::Handle<i::JSObject>::cast(obj)->SetInternalField(index, *val); in SetInternalField() 5346 ->SetInternalField(index, EncodeAlignedAsSmi(value, location)); in SetAlignedPointerInInternalField()
|
D | objects-inl.h | 2161 void JSObject::SetInternalField(int index, Object* value) { in SetInternalField() function 2172 void JSObject::SetInternalField(int index, Smi* value) { in SetInternalField() function
|
D | objects.h | 2291 inline void SetInternalField(int index, Object* value); 2292 inline void SetInternalField(int index, Smi* value);
|
D | objects.cc | 19509 array_buffer->SetInternalField(i, Smi::FromInt(0)); in Setup()
|
/external/v8/include/ |
D | v8.h | 2834 void SetInternalField(int index, Local<Value> value);
|
/external/v8/ |
D | ChangeLog | 14383 SetInternalField in the API and moved InternalFieldCount and
|