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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.h 54 PrimitiveWrapperPrimitiveIndex,
V8PromiseCustom.cpp 133 v8::Local<v8::Integer> countdown = countdownWrapper->GetInternalField(V8PromiseCustom::PrimitiveWrapperPrimitiveIndex).As<v8::Integer>();
139 countdownWrapper->SetInternalField(V8PromiseCustom::PrimitiveWrapperPrimitiveIndex, v8::Integer::New(countdown->Value() - 1, isolate));
593 countdownWrapper->SetInternalField(V8PromiseCustom::PrimitiveWrapperPrimitiveIndex, v8::Integer::New(iterable->Length(), isolate));
    [all...]

Completed in 34 milliseconds