Home
last modified time | relevance | path

Searched refs:SetInternalField (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.cc287 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/
Druntime-i18n.cc330 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()
Druntime-typedarray.cc138 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/
DPath2D.cpp41 result->SetInternalField(0, v8::External::New(gGlobal->getIsolate(), this)); in Path2D()
DJsContext.cpp54 result->SetInternalField(0, contextPtr); in wrap()
DPath2DBuilder.cpp20 args.This()->SetInternalField( in ConstructPath()
/external/v8/test/cctest/
Dtest-api-fast-accessor-builder.cc127 obj->SetInternalField(0, v8_str("Hi there!")); in TEST()
128 obj->SetInternalField(1, v8::Integer::New(isolate, 4321)); in TEST()
Dtest-heap-profiler.cc439 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()
Dtest-api.cc2305 obj->SetInternalField(0, v8_num(17)); in THREADED_TEST()
2320 global->SetInternalField(0, v8_num(17)); in THREADED_TEST()
/external/v8/samples/
Dprocess.cc359 result->SetInternalField(0, map_ptr); in WrapMap()
473 result->SetInternalField(0, request_ptr); in WrapRequest()
/external/pdfium/xfa/src/fxjse/src/
Ddynprop.cpp61 hCallBackInfo->SetInternalField( in FXJSE_DynPropGetterAdapter()
175 hCallBackInfo->SetInternalField(1, hPropName); in FXJSE_V8ProxyCallback_getOwnPropertyDescriptor()
/external/v8/src/compiler/
Dwasm-compiler.cc1801 function->SetInternalField(0, *module_object); in CompileJSToWasmWrapper()
/external/v8/src/
Dfactory.cc1403 external->SetInternalField(0, *foreign); in NewExternal()
Dapi.cc5323 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()
Dobjects-inl.h2161 void JSObject::SetInternalField(int index, Object* value) { in SetInternalField() function
2172 void JSObject::SetInternalField(int index, Smi* value) { in SetInternalField() function
Dobjects.h2291 inline void SetInternalField(int index, Object* value);
2292 inline void SetInternalField(int index, Smi* value);
Dobjects.cc19509 array_buffer->SetInternalField(i, Smi::FromInt(0)); in Setup()
/external/v8/include/
Dv8.h2834 void SetInternalField(int index, Local<Value> value);
/external/v8/
DChangeLog14383 SetInternalField in the API and moved InternalFieldCount and