Home
last modified time | relevance | path

Searched refs:shared_array_buffer_fun (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc113 *target == target->native_context().shared_array_buffer_fun()); in BUILTIN()
222 ? isolate->shared_array_buffer_fun() in SliceHelper()
/third_party/node/deps/v8/src/objects/
Dcontexts.h272 V(SHARED_ARRAY_BUFFER_FUN_INDEX, JSFunction, shared_array_buffer_fun) \
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc3275 Handle<JSFunction> shared_array_buffer_fun = in InitializeGlobal() local
3277 InstallWithIntrinsicDefaultProto(isolate_, shared_array_buffer_fun, in InitializeGlobal()
3279 InstallSpeciesGetter(isolate_, shared_array_buffer_fun); in InitializeGlobal()
4646 isolate()->shared_array_buffer_fun(), DONT_ENUM); in InitializeGlobal_harmony_sharedarraybuffer()
4744 native_context()->shared_array_buffer_fun().instance_prototype()), in InitializeGlobal_harmony_rab_gsab()
/third_party/node/deps/v8/src/execution/
Disolate.cc2819 shared_array_buffer_fun(), DONT_ENUM); in ThrowInternal()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2859 isolate()->native_context()->shared_array_buffer_fun().initial_map(), in NewJSSharedArrayBuffer()