Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc54 DEFINE_ACCESSORS0(GetInternalField, SetInternalField, Container, name, \
57 DEFINE_OPTIONAL_ACCESSORS0(GetInternalField, SetInternalField, Container, \
238 module_object->SetInternalField(WasmModuleObject::kCompiledModule, in New()
271 table_obj->SetInternalField(kFunctions, *(*js_functions)); in DEFINE_OBJ_GETTER()
273 table_obj->SetInternalField(kMaximum, *max); in DEFINE_OBJ_GETTER()
276 table_obj->SetInternalField(kDispatchTables, *dispatch_tables); in DEFINE_OBJ_GETTER()
305 table_obj->SetInternalField(WasmTableObject::kDispatchTables, in DEFINE_OBJ_GETTER()
343 memory_obj->SetInternalField(kArrayBuffer, *buffer); in New()
345 memory_obj->SetInternalField(kMaximum, *max); in New()
389 SetInternalField(kInstancesLink, *undefined); in ResetInstancesLink()
[all …]
Dwasm-module.cc692 wasm_module->SetInternalField(0, next->value()); in InstanceFinalizer()
1284 module_object_->SetInternalField(0, *compiled_module_); in Build()
/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/src/runtime/
Druntime-i18n.cc331 local_object->SetInternalField(0, reinterpret_cast<Smi*>(date_format)); in RUNTIME_FUNCTION()
521 local_object->SetInternalField(0, reinterpret_cast<Smi*>(number_format)); in RUNTIME_FUNCTION()
578 local_object->SetInternalField(0, reinterpret_cast<Smi*>(collator)); in RUNTIME_FUNCTION()
705 local_object->SetInternalField(0, reinterpret_cast<Smi*>(break_iterator)); in RUNTIME_FUNCTION()
707 local_object->SetInternalField(1, static_cast<Smi*>(nullptr)); in RUNTIME_FUNCTION()
742 break_iterator_holder->SetInternalField(1, reinterpret_cast<Smi*>(u_text)); in RUNTIME_FUNCTION()
Druntime-typedarray.cc145 holder->SetInternalField(i, Smi::kZero); in RUNTIME_FUNCTION()
218 holder->SetInternalField(i, Smi::kZero); in RUNTIME_FUNCTION()
/external/v8/samples/
Dprocess.cc348 result->SetInternalField(0, map_ptr); in WrapMap()
462 result->SetInternalField(0, request_ptr); in WrapRequest()
/external/v8/src/builtins/
Dbuiltins-dataview.cc94 Handle<JSDataView>::cast(result)->SetInternalField(i, Smi::kZero); in BUILTIN()
/external/pdfium/fxjs/
Dcfxjse_class.cpp171 hCallBackInfo->SetInternalField( in DynPropGetterAdapter()
/external/v8/src/
Dfactory.cc1633 external->SetInternalField(0, *foreign); in NewExternal()
2122 obj->SetInternalField(i, Smi::kZero); in SetupArrayBufferView()
2197 obj->SetInternalField(i, Smi::kZero); in NewJSTypedArray()
Dapi.cc6078 void v8::Object::SetInternalField(int index, v8::Local<Value> value) { in SetInternalField() function in v8::v8::Object
6083 i::Handle<i::JSObject>::cast(obj)->SetInternalField(index, *val); in SetInternalField()
6100 ->SetInternalField(index, EncodeAlignedAsSmi(value, location)); in SetAlignedPointerInInternalField()
6118 object->SetInternalField(index, EncodeAlignedAsSmi(value, location)); in SetAlignedPointerInInternalFields()
Dobjects-inl.h2158 void JSObject::SetInternalField(int index, Object* value) { in SetInternalField() function
2169 void JSObject::SetInternalField(int index, Smi* value) { in SetInternalField() function
Dobjects.h2359 inline void SetInternalField(int index, Object* value);
2360 inline void SetInternalField(int index, Smi* value);
Dobjects.cc19274 array_buffer->SetInternalField(i, Smi::kZero); in Setup()
/external/v8/include/
Dv8.h3153 void SetInternalField(int index, Local<Value> value);
/external/v8/
DChangeLog29534 SetInternalField in the API and moved InternalFieldCount and