HomeSort by relevance Sort by last modified time
    Searched refs:SetGlobalProperty (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-compiler.cc 107 static void SetGlobalProperty(const char* name, Object* value) {
157 SetGlobalProperty("x", Smi::FromInt(x));
158 SetGlobalProperty("y", Smi::FromInt(y));
178 SetGlobalProperty("x", Smi::FromInt(x));
199 SetGlobalProperty("n", Smi::FromInt(n));
test-log-stack-tracer.cc 218 static void SetGlobalProperty(const char* name, Local<Value> value) {
278 SetGlobalProperty(func_name, v8::ToApi<Value>(func));

Completed in 49 milliseconds