Searched defs:SetEmbedderData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8.h5496 * previous call to SetEmbedderData with the same index. Note that index 0
5506 void SetEmbedderData(int index, Handle<Value> value);
5913 V8_INLINE static void SetEmbedderData(v8::Isolate* isolate, function in class:v8::internal::Internals
6850 I::SetEmbedderData(this, slot, data);
/external/chromium_org/v8/src/
H A Dapi.cc683 void Context::SetEmbedderData(int index, v8::Handle<Value> value) { function in class:v8::Context
684 const char* location = "v8::Context::SetEmbedderData()";

Completed in 178 milliseconds