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

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

Completed in 435 milliseconds