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

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 89 static void SetGlobalProperty(const char* name, Object* value) {
146 SetGlobalProperty("x", Smi::FromInt(x));
147 SetGlobalProperty("y", Smi::FromInt(y));
167 SetGlobalProperty("x", Smi::FromInt(x));
188 SetGlobalProperty("n", Smi::FromInt(n));
  /external/v8/test/cctest/
test-compiler.cc 108 static void SetGlobalProperty(const char* name, Object* value) {
159 SetGlobalProperty("x", Smi::FromInt(x));
160 SetGlobalProperty("y", Smi::FromInt(y));
180 SetGlobalProperty("x", Smi::FromInt(x));
201 SetGlobalProperty("n", Smi::FromInt(n));

Completed in 59 milliseconds