Home
last modified time | relevance | path

Searched refs:StoreGlobalViaContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-object.cc347 Object* StoreGlobalViaContext(Isolate* isolate, int slot, Handle<Object> value, in StoreGlobalViaContext() function
389 return StoreGlobalViaContext(isolate, slot, value, SLOPPY); in RUNTIME_FUNCTION()
399 return StoreGlobalViaContext(isolate, slot, value, STRICT); in RUNTIME_FUNCTION()
/external/v8/src/
Dinterface-descriptors.h74 V(StoreGlobalViaContext) \
Dcode-stubs.h93 V(StoreGlobalViaContext) \
1360 DEFINE_CALL_INTERFACE_DESCRIPTOR(StoreGlobalViaContext);
1361 DEFINE_PLATFORM_CODE_STUB(StoreGlobalViaContext, PlatformCodeStub);