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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8BindingMacros.h 36 #define V8TRYCATCH(type, var, value) \
V8Binding.h 549 V8TRYCATCH(v8::Local<v8::Value>, lengthValue, object->Get(lengthSymbol));
556 V8TRYCATCH(uint32_t, sequenceLength, lengthValue->Int32Value());

Completed in 191 milliseconds