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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 77 v8::String::Utf8Value constructorName(constructorProp->GetName());
78 if (!strcmp(constructor, *constructorName))
  /external/chromium_org/v8/src/
messages.js 227 var constructorName = constructor.name;
228 if (IS_STRING(constructorName) && constructorName !== "") {
229 return "#<" + constructorName + ">";
278 var constructorName = constructor.name;
279 if (IS_STRING(constructorName) && constructorName !== "") {
280 return "#<" + constructorName + ">";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptHostCustom.cpp 131 v8::Local<v8::String> constructorName = functionDisplayName(v8::Handle<v8::Function>::Cast(constructor));
132 if (!constructorName.IsEmpty() && !tryCatch.HasCaught())
133 result = constructorName;
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 454 function constructorName(f, object) {
554 var cons = constructorName(this, object);
605 constructorName: function (object) {
606 return constructorName(this, object);
    [all...]

Completed in 295 milliseconds